WDV221 Intro Javascript

Introduction to Javascript - Unit-1 Assignment


Directions:

Please complete the following exercises on this page. When complete post this page to your server. Make a link in your WDV221 homework page for this assignment.

Submit this assignment on Blackboard. Include a link to your homework page.


1. Place a script element in the head area of this page. In the script use comments to put your name, assignment and date within the script element.

2. Place another script within the head area of this page. In this runtime script use an alert( ) to display your name.

HelloWelcome to WDV221 Intro Javascript

3. Use a runtime script to place your name in the heading above after "Hello".

4. Using the drop down below add another option element using Javascript. The option should say "Javascript is required for almost all web developer jobs".

 

5. If the line above fails to appear determine what is wrong. Fix it. Test it. Display a description of what you did to the console log.

 

 

 

This is a video of me using Chrome Dev tools more specifically the console , and the sources window to troubleshoot the runtime error.

Click here to access my Javascript Home Work Page

Click here to access my Javascript Home Page